home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming a Multiplayer FPS in DirectX
/
Programming a Multiplayer FPS in DirectX (Companion CD).iso
/
Paint Shop Pro
/
PSP900enTR.exe
/
Data1.cab
/
_F40375F149B14B6EB9DD9F43226DA876
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-16
|
485 b
|
21 lines
from JascApp import *
def ScriptProperties():
return {
'Author': u'Jasc Software, Inc.',
'Copyright': u'Copyright (c) 2003-2004 Jasc Software, Inc. All rights reserved.',
'Description': u'',
'Host': u'Paint Shop Pro',
'Host Version': u'8.10'
}
def Preset_Clarify():
return {
'Strength': 3
}
def Do(Environment):
# Clarify
App.Do( Environment, 'Clarify', Preset_Clarify())